home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Glamour Girls 1
/
Glamour Girls I.iso
/
mac
/
Glamour Girls I RGB
/
00472_Script_472
< prev
next >
Wrap
Text File
|
1994-07-13
|
560b
|
24 lines
global soundVolume
set soundVolume = 0
set the volume of sound 1 =soundVolume
if rollOver (4) then
go to "1B"
else if rollOver (5) then
go to "2B"
else if rollOver (6) then
go to "3B"
else if rollOver (7) then
go to "4B"
else if rollOver (8) then
go to "5B"
else if rollOver (9) then
go to "6B"
else if rollOver (10) then
go to "7B"
else if rollOver (11) then
go to "8B"
else
go to "Main off"
end if